|
Microwave filters GUI
2.0.3
|
Dialog to select visible curves. More...
Public Member Functions | |
| def | __init__ |
| Create dialog to select visible curves. | |
| def | closeEvent |
| Reimplementation of the dialog close function. | |
| def dbplot.EditCurvesDlg.__init__ | ( | self, | |
| leftYCurves, | |||
| rightYCurves, | |||
parent = None |
|||
| ) |
Create dialog to select visible curves.
@param leftYCurves = List of QwtPlotCurves in left y-axis.
@param rightYCurves = List of QwtPlotCurves in right y-axis.
@param parent = Parent window (default None).
Handle to the dbplot main window. Dictionary with curves corresponding to each spinBox widget Dictionary with curves corresponding to each pushBotton widget
Definition at line 2075 of file dbplot.py.
References dbplot.EditCurvesDlg.curvesCheckBoxesDict, dbplot.EditCurvesDlg.curvesPushButtonsDict, dbplot.EditCurvesDlg.curvesSpinBoxesDict, dbplot.DbPlot.mainWindow, dbplot.AxisScalingDlg.mainWindow, and dbplot.EditCurvesDlg.mainWindow.
| def dbplot.EditCurvesDlg.closeEvent | ( | self, | |
| event | |||
| ) |
1.8.1.2